home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / intuition / cghooks.m < prev    next >
Encoding:
Text File  |  2001-12-30  |  478 b   |  24 lines

  1. MODULE  'intuition/intuition',
  2.       'intuition/screens',
  3.       'graphics/rastport',
  4.       'graphics/clip'
  5.  
  6. #define CUSTOM_HOOK(g) (g::Gadget.MutualExclude)
  7.  
  8. OBJECT GadgetInfo
  9.   Screen:PTR TO Screen,
  10.   Window:PTR TO Window,
  11.   Requester:PTR TO Requester,
  12.   RastPort:PTR TO RastPort,
  13.   Layer:PTR TO Layer,
  14.   Domain:IBox,
  15.   DetailPen:UBYTE,
  16.   BlockPen:UBYTE,
  17.   DrInfo:PTR TO DrawInfo,
  18.   Reserved[6]:ULONG
  19.  
  20. // Um, this object was missing
  21. OBJECT PGX
  22.   Container:IBox,
  23.   NewKnob:IBox
  24.